home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / ToolTip.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  493 b   |  10 lines

  1. [ToolTip]
  2. 0=2,Active,public bool Active {get; set;}
  3. 1=2,AutomaticDelay,public int AutomaticDelay {get; set;}
  4. 2=2,AutoPopDelay,public int AutoPopDelay {get; set;}
  5. 3=2,InitialDelay,public int InitialDelay {get; set;}
  6. 4=2,ReshowDelay,public int ReshowDelay {get; set;}
  7. 5=2,ShowAlways,public bool ShowAlways {get; set;}
  8. 6=3,GetToolTip,public string GetToolTip(Control control);
  9. 7=3,RemoveAll,public void RemoveAll();
  10. 8=3,SetToolTip,public void SetToolTip(Control control, string caption);